Html Css Color HEX #5569BA Chetwode Blue

📋 copy color: '#5569BA'

red 85 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #5569BA

Tints of Chetwode Blue #5569BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 22.61%
G = 27.93%
B = 49.47%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5569BA (or 0x5569BA) is known color: Chetwode Blue. HEX triplet: 55, 69 and BA. RGB value is (85,105,186). Sum of RGB (Red+Green+Blue) = 85+105+186=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #5569BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5569BA is #AA9645. Grayscale: #6B6B6B. Windows color (decimal): -11179590 or 12216661. OLE color: 12216661.

HSL color Cylindrical-coordinate representation of color #5569BA: hue angle of 228.12º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5569BA is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 105 186 -
CMYK 0.54 0.44 0 0.27
HSL 228.12º 0.42% 0.53% -
HSV(B) 228.12º 0.54% 0.73% -
XYZ 17.66 15.58 48.53 -
YUV 108.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 85 105 186 0.54 0.44 0 0.27 228.12 0.42 0.53
Hex 55 69 BA 36 2C 0 1B E4 2A 35
Octal 125 151 272 66 54 0 33 344 52 65
Binary 1010101 1101001 10111010 110110 101100 0 11011 11100100 101010 110101

Color Harmonies of #5569BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5569BA

Black with #5569BA

Text Example


Text Example

White with #5569BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5569BA; }

 p { color: rgb(85,105,186); }

 H1.HeaderClassName
 {
   color: #5569BA;
 }
 .AnyTagClassName
 {
   color: #5569BA;
 }
</style>

background-color css

<style>
 a { background-color: #5569BA; }

 a { background-color: rgb(85,105,186); }

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

border-color css

<style>
 span { border-color: #5569BA; }

 span { border-color: rgb(85,105,186); }

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