Html Css Color HEX #5A6CBA Chetwode Blue

📋 copy color: '#5A6CBA'

red 90 ◦ green 108 ◦ blue 186

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

Shades of Chetwode Blue #5A6CBA

Tints of Chetwode Blue #5A6CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 23.44%
G = 28.13%
B = 48.44%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A6CBA (or 0x5A6CBA) is known color: Chetwode Blue. HEX triplet: 5A, 6C and BA. RGB value is (90,108,186). Sum of RGB (Red+Green+Blue) = 90+108+186=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A6CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6CBA is #A59345. Grayscale: #6F6F6F. Windows color (decimal): -10851142 or 12217434. OLE color: 12217434.

HSL color Cylindrical-coordinate representation of color #5A6CBA: hue angle of 228.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A6CBA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 108 186 -
CMYK 0.52 0.42 0 0.27
HSL 228.75º 0.41% 0.54% -
HSV(B) 228.75º 0.52% 0.73% -
XYZ 18.44 16.44 48.66 -
YUV 111.51 170.04 112.66 -
System Red Green Blue C M Y K H S L
Decimal 90 108 186 0.52 0.42 0 0.27 228.75 0.41 0.54
Hex 5A 6C BA 34 2A 0 1B E5 29 36
Octal 132 154 272 64 52 0 33 345 51 66
Binary 1011010 1101100 10111010 110100 101010 0 11011 11100101 101001 110110

Color Harmonies of #5A6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6CBA

Black with #5A6CBA

Text Example


Text Example

White with #5A6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,108,186); }

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

background-color css

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

 a { background-color: rgb(90,108,186); }

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

border-color css

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

 span { border-color: rgb(90,108,186); }

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