Html Css Color HEX #5C67AD Chetwode Blue

📋 copy color: '#5C67AD'

red 92 ◦ green 103 ◦ blue 173

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

Shades of Chetwode Blue #5C67AD

Tints of Chetwode Blue #5C67AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 25%
G = 27.99%
B = 47.01%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C67AD (or 0x5C67AD) is known color: Chetwode Blue. HEX triplet: 5C, 67 and AD. RGB value is (92,103,173). Sum of RGB (Red+Green+Blue) = 92+103+173=368 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C67AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C67AD is #A39852. Grayscale: #6B6B6B. Windows color (decimal): -10721363 or 11364188. OLE color: 11364188.

HSL color Cylindrical-coordinate representation of color #5C67AD: hue angle of 231.85º degrees, saturation: 0.33, 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 #5C67AD is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 103 173 -
CMYK 0.47 0.40 0 0.32
HSL 231.85º 0.33% 0.52% -
HSV(B) 231.85º 0.47% 0.68% -
XYZ 16.81 14.99 41.54 -
YUV 107.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 92 103 173 0.47 0.40 0 0.32 231.85 0.33 0.52
Hex 5C 67 AD 2F 28 0 20 E8 21 34
Octal 134 147 255 57 50 0 40 350 41 64
Binary 1011100 1100111 10101101 101111 101000 0 100000 11101000 100001 110100

Color Harmonies of #5C67AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C67AD

Black with #5C67AD

Text Example


Text Example

White with #5C67AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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