Html Css Color HEX #5567BD Chetwode Blue

📋 copy color: '#5567BD'

red 85 ◦ green 103 ◦ blue 189

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

Shades of Chetwode Blue #5567BD

Tints of Chetwode Blue #5567BD

RGB

 RED value IS 85 (33.59% from 255) = 22.55%

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 22.55%
G = 27.32%
B = 50.13%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5567BD (or 0x5567BD) is known color: Chetwode Blue. HEX triplet: 55, 67 and BD. RGB value is (85,103,189). Sum of RGB (Red+Green+Blue) = 85+103+189=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #5567BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5567BD is #AA9842. Grayscale: #6B6B6B. Windows color (decimal): -11180099 or 12412757. OLE color: 12412757.

HSL color Cylindrical-coordinate representation of color #5567BD: hue angle of 229.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5567BD is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 103 189 -
CMYK 0.55 0.46 0 0.26
HSL 229.62º 0.44% 0.54% -
HSV(B) 229.62º 0.55% 0.74% -
XYZ 17.78 15.31 50.16 -
YUV 107.42 174.04 112.01 -
System Red Green Blue C M Y K H S L
Decimal 85 103 189 0.55 0.46 0 0.26 229.62 0.44 0.54
Hex 55 67 BD 37 2E 0 1A E6 2C 36
Octal 125 147 275 67 56 0 32 346 54 66
Binary 1010101 1100111 10111101 110111 101110 0 11010 11100110 101100 110110

Color Harmonies of #5567BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5567BD

Black with #5567BD

Text Example


Text Example

White with #5567BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5567BD; }

 p { color: rgb(85,103,189); }

 H1.HeaderClassName
 {
   color: #5567BD;
 }
 .AnyTagClassName
 {
   color: #5567BD;
 }
</style>

background-color css

<style>
 a { background-color: #5567BD; }

 a { background-color: rgb(85,103,189); }

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

border-color css

<style>
 span { border-color: #5567BD; }

 span { border-color: rgb(85,103,189); }

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