Html Css Color HEX #566FBC Chetwode Blue

📋 copy color: '#566FBC'

red 86 ◦ green 111 ◦ blue 188

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

Shades of Chetwode Blue #566FBC

Tints of Chetwode Blue #566FBC

RGB

 RED value IS 86 (33.98% from 255) = 22.34%

 GREEN value IS 111 (43.75% from 255) = 28.83%

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

R = 22.34%
G = 28.83%
B = 48.83%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#566FBC (or 0x566FBC) is known color: Chetwode Blue. HEX triplet: 56, 6F and BC. RGB value is (86,111,188). Sum of RGB (Red+Green+Blue) = 86+111+188=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #566FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FBC is #A99043. Grayscale: #6F6F6F. Windows color (decimal): -11112516 or 12349270. OLE color: 12349270.

HSL color Cylindrical-coordinate representation of color #566FBC: hue angle of 225.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #566FBC is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 111 188 -
CMYK 0.54 0.41 0 0.26
HSL 225.29º 0.43% 0.54% -
HSV(B) 225.29º 0.54% 0.74% -
XYZ 18.6 16.98 49.87 -
YUV 112.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 86 111 188 0.54 0.41 0 0.26 225.29 0.43 0.54
Hex 56 6F BC 36 29 0 1A E1 2B 36
Octal 126 157 274 66 51 0 32 341 53 66
Binary 1010110 1101111 10111100 110110 101001 0 11010 11100001 101011 110110

Color Harmonies of #566FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566FBC

Black with #566FBC

Text Example


Text Example

White with #566FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566FBC; }

 p { color: rgb(86,111,188); }

 H1.HeaderClassName
 {
   color: #566FBC;
 }
 .AnyTagClassName
 {
   color: #566FBC;
 }
</style>

background-color css

<style>
 a { background-color: #566FBC; }

 a { background-color: rgb(86,111,188); }

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

border-color css

<style>
 span { border-color: #566FBC; }

 span { border-color: rgb(86,111,188); }

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