Html Css Color HEX #5C6CBA Chetwode Blue

📋 copy color: '#5C6CBA'

red 92 ◦ green 108 ◦ blue 186

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

Shades of Chetwode Blue #5C6CBA

Tints of Chetwode Blue #5C6CBA

RGB

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

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

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

R = 23.83%
G = 27.98%
B = 48.19%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C6CBA (or 0x5C6CBA) is known color: Chetwode Blue. HEX triplet: 5C, 6C and BA. RGB value is (92,108,186). Sum of RGB (Red+Green+Blue) = 92+108+186=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C6CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6CBA is #A39345. Grayscale: #6F6F6F. Windows color (decimal): -10720070 or 12217436. OLE color: 12217436.

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

Color convert

RGB 92 108 186 -
CMYK 0.51 0.42 0 0.27
HSL 229.79º 0.41% 0.55% -
HSV(B) 229.79º 0.51% 0.73% -
XYZ 18.64 16.55 48.67 -
YUV 112.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 92 108 186 0.51 0.42 0 0.27 229.79 0.41 0.55
Hex 5C 6C BA 33 2A 0 1B E6 29 37
Octal 134 154 272 63 52 0 33 346 51 67
Binary 1011100 1101100 10111010 110011 101010 0 11011 11100110 101001 110111

Color Harmonies of #5C6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6CBA

Black with #5C6CBA

Text Example


Text Example

White with #5C6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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