Html Css Color HEX #5A6BAB Chetwode Blue

📋 copy color: '#5A6BAB'

red 90 ◦ green 107 ◦ blue 171

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

Shades of Chetwode Blue #5A6BAB

Tints of Chetwode Blue #5A6BAB

RGB

 RED value IS 90 (35.55% from 255) = 24.46%

 GREEN value IS 107 (42.19% from 255) = 29.08%

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 24.46%
G = 29.08%
B = 46.47%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A6BAB (or 0x5A6BAB) is known color: Chetwode Blue. HEX triplet: 5A, 6B and AB. RGB value is (90,107,171). Sum of RGB (Red+Green+Blue) = 90+107+171=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A6BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6BAB is #A59454. Grayscale: #6C6C6C. Windows color (decimal): -10851413 or 11234138. OLE color: 11234138.

HSL color Cylindrical-coordinate representation of color #5A6BAB: hue angle of 227.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A6BAB is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 107 171 -
CMYK 0.47 0.37 0 0.33
HSL 227.41º 0.33% 0.51% -
HSV(B) 227.41º 0.47% 0.67% -
XYZ 16.82 15.63 40.66 -
YUV 109.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 90 107 171 0.47 0.37 0 0.33 227.41 0.33 0.51
Hex 5A 6B AB 2F 25 0 21 E3 21 33
Octal 132 153 253 57 45 0 41 343 41 63
Binary 1011010 1101011 10101011 101111 100101 0 100001 11100011 100001 110011

Color Harmonies of #5A6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6BAB

Black with #5A6BAB

Text Example


Text Example

White with #5A6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6BAB; }

 p { color: rgb(90,107,171); }

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

background-color css

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

 a { background-color: rgb(90,107,171); }

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

border-color css

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

 span { border-color: rgb(90,107,171); }

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