#5D70B4

Color #5D70B4 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5D70B4

Tints of Chetwode Blue #5D70B4

Color information

#5D70B4 (or 0x5D70B4) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 70 and B4. RGB value is (93,112,180). Sum of RGB (Red+Green+Blue) = 93+112+180=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D70B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D70B4 is #A28F4B. Grayscale: #717171. Windows color (decimal): -10653516 or 11825245. OLE color: 11825245.

HSL color Cylindrical-coordinate representation of color #5D70B4: hue angle of 226.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D70B4 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB93112180-
CMYK0.480.3800.29
HSL226.9º36.71%53.53%-
HSV(B)226.9º48.33%70.59%-
XYZ18.5517.2145.52-
YUV114.07165.21112.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=24.16%
G=29.09%
B=46.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931121800.480.3800.29226.936.7153.53
Hex5D70B4302601De32536
Octal13516026460460353434566
Binary101110111100001011010011000010011001110111100011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D70B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,112,180); }

 H1.HeaderClassName
 {
   color: #5D70B4;
 }
 .AnyTagClassName
 {
   color: #5D70B4;
 }
</style>
background-color css

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

 a { background-color: rgb(93,112,180); }

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

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

 span { border-color: rgb(93,112,180); }

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