Html Css Color HEX #5C6AB9 Chetwode Blue

📋 copy color: '#5C6AB9'

red 92 ◦ green 106 ◦ blue 185

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

Shades of Chetwode Blue #5C6AB9

Tints of Chetwode Blue #5C6AB9

RGB

 RED value IS 92 (36.33% from 255) = 24.02%

 GREEN value IS 106 (41.8% from 255) = 27.68%

 BLUE value IS 185 (72.66% from 255) = 48.3%

R = 24.02%
G = 27.68%
B = 48.3%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C6AB9 (or 0x5C6AB9) is known color: Chetwode Blue. HEX triplet: 5C, 6A and B9. RGB value is (92,106,185). Sum of RGB (Red+Green+Blue) = 92+106+185=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #5C6AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6AB9 is #A39546. Grayscale: #6E6E6E. Windows color (decimal): -10720583 or 12151388. OLE color: 12151388.

HSL color Cylindrical-coordinate representation of color #5C6AB9: hue angle of 230.97º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C6AB9 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 106 185 -
CMYK 0.50 0.43 0 0.27
HSL 230.97º 0.4% 0.54% -
HSV(B) 230.97º 0.5% 0.73% -
XYZ 18.32 16.09 48.04 -
YUV 110.82 169.86 114.58 -
System Red Green Blue C M Y K H S L
Decimal 92 106 185 0.50 0.43 0 0.27 230.97 0.4 0.54
Hex 5C 6A B9 32 2B 0 1B E7 28 36
Octal 134 152 271 62 53 0 33 347 50 66
Binary 1011100 1101010 10111001 110010 101011 0 11011 11100111 101000 110110

Color Harmonies of #5C6AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6AB9

Black with #5C6AB9

Text Example


Text Example

White with #5C6AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,106,185); }

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

background-color css

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

 a { background-color: rgb(92,106,185); }

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

border-color css

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

 span { border-color: rgb(92,106,185); }

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