Html Css Color HEX #5C67AE Chetwode Blue

📋 copy color: '#5C67AE'

red 92 ◦ green 103 ◦ blue 174

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

Shades of Chetwode Blue #5C67AE

Tints of Chetwode Blue #5C67AE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 24.93%
G = 27.91%
B = 47.15%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C67AE (or 0x5C67AE) is known color: Chetwode Blue. HEX triplet: 5C, 67 and AE. RGB value is (92,103,174). Sum of RGB (Red+Green+Blue) = 92+103+174=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C67AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C67AE is #A39851. Grayscale: #6B6B6B. Windows color (decimal): -10721362 or 11429724. OLE color: 11429724.

HSL color Cylindrical-coordinate representation of color #5C67AE: hue angle of 231.95º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C67AE is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 103 174 -
CMYK 0.47 0.41 0 0.32
HSL 231.95º 0.34% 0.52% -
HSV(B) 231.95º 0.47% 0.68% -
XYZ 16.9 15.03 42.05 -
YUV 107.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 92 103 174 0.47 0.41 0 0.32 231.95 0.34 0.52
Hex 5C 67 AE 2F 29 0 20 E8 22 34
Octal 134 147 256 57 51 0 40 350 42 64
Binary 1011100 1100111 10101110 101111 101001 0 100000 11101000 100010 110100

Color Harmonies of #5C67AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C67AE

Black with #5C67AE

Text Example


Text Example

White with #5C67AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,103,174); }

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

background-color css

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

 a { background-color: rgb(92,103,174); }

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

border-color css

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

 span { border-color: rgb(92,103,174); }

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