Html Css Color HEX #425983 Chambray

📋 copy color: '#425983'

red 66 ◦ green 89 ◦ blue 131

#425983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #425983

Tints of Chambray #425983

RGB

 RED value IS 66 (26.17% from 255) = 23.08%

 GREEN value IS 89 (35.16% from 255) = 31.12%

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 23.08%
G = 31.12%
B = 45.8%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#425983 (or 0x425983) is known color: Chambray. HEX triplet: 42, 59 and 83. RGB value is (66,89,131). Sum of RGB (Red+Green+Blue) = 66+89+131=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #425983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425983 is #BDA67C. Grayscale: #565656. Windows color (decimal): -12428925 or 8608066. OLE color: 8608066.

HSL color Cylindrical-coordinate representation of color #425983: hue angle of 218.77º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425983 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 89 131 -
CMYK 0.50 0.32 0 0.49
HSL 218.77º 0.33% 0.39% -
HSV(B) 218.77º 0.5% 0.51% -
XYZ 9.92 9.94 22.87 -
YUV 86.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 66 89 131 0.50 0.32 0 0.49 218.77 0.33 0.39
Hex 42 59 83 32 20 0 31 DB 21 27
Octal 102 131 203 62 40 0 61 333 41 47
Binary 1000010 1011001 10000011 110010 100000 0 110001 11011011 100001 100111

Color Harmonies of #425983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425983

Black with #425983

Text Example


Text Example

White with #425983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425983; }

 p { color: rgb(66,89,131); }

 H1.HeaderClassName
 {
   color: #425983;
 }
 .AnyTagClassName
 {
   color: #425983;
 }
</style>

background-color css

<style>
 a { background-color: #425983; }

 a { background-color: rgb(66,89,131); }

 div.DivClassName
 {
   background-color: #425983;
 }
 .BgClassName
 {
   background-color: #425983;
 }
</style>

border-color css

<style>
 span { border-color: #425983; }

 span { border-color: rgb(66,89,131); }

 td.TdClassName
 {
   border-color: #425983;
 }
 .TagClassName
 {
   border-color: #425983;
 }
</style>