Html Css Color HEX #5A6BA7 Chetwode Blue

📋 copy color: '#5A6BA7'

red 90 ◦ green 107 ◦ blue 167

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

Shades of Chetwode Blue #5A6BA7

Tints of Chetwode Blue #5A6BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.88%

R = 24.73%
G = 29.4%
B = 45.88%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5A6BA7 (or 0x5A6BA7) is known color: Chetwode Blue. HEX triplet: 5A, 6B and A7. RGB value is (90,107,167). Sum of RGB (Red+Green+Blue) = 90+107+167=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 167 (65.62% from 255 or 45.88% from 364); Max value from RGB is 167 - color contains mainly: blue. Hex color #5A6BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6BA7 is #A59458. Grayscale: #6C6C6C. Windows color (decimal): -10851417 or 10971994. OLE color: 10971994.

HSL color Cylindrical-coordinate representation of color #5A6BA7: hue angle of 226.75º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A6BA7 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 107 167 -
CMYK 0.46 0.36 0 0.35
HSL 226.75º 0.3% 0.5% -
HSV(B) 226.75º 0.46% 0.65% -
XYZ 16.45 15.48 38.68 -
YUV 108.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 90 107 167 0.46 0.36 0 0.35 226.75 0.3 0.5
Hex 5A 6B A7 2E 24 0 23 E3 1E 32
Octal 132 153 247 56 44 0 43 343 36 62
Binary 1011010 1101011 10100111 101110 100100 0 100011 11100011 11110 110010

Color Harmonies of #5A6BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6BA7

Black with #5A6BA7

Text Example


Text Example

White with #5A6BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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