Html Css Color HEX #5C6CBC Chetwode Blue

📋 copy color: '#5C6CBC'

red 92 ◦ green 108 ◦ blue 188

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

Shades of Chetwode Blue #5C6CBC

Tints of Chetwode Blue #5C6CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 23.71%
G = 27.84%
B = 48.45%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C6CBC (or 0x5C6CBC) is known color: Chetwode Blue. HEX triplet: 5C, 6C and BC. RGB value is (92,108,188). Sum of RGB (Red+Green+Blue) = 92+108+188=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6CBC is #A39343. Grayscale: #707070. Windows color (decimal): -10720068 or 12348508. OLE color: 12348508.

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

Color convert

RGB 92 108 188 -
CMYK 0.51 0.43 0 0.26
HSL 230º 0.42% 0.55% -
HSV(B) 230º 0.51% 0.74% -
XYZ 18.85 16.63 49.79 -
YUV 112.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 92 108 188 0.51 0.43 0 0.26 230 0.42 0.55
Hex 5C 6C BC 33 2B 0 1A E6 2A 37
Octal 134 154 274 63 53 0 32 346 52 67
Binary 1011100 1101100 10111100 110011 101011 0 11010 11100110 101010 110111

Color Harmonies of #5C6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6CBC

Black with #5C6CBC

Text Example


Text Example

White with #5C6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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