Html Css Color HEX #0552BD Denim

📋 copy color: '#0552BD'

red 5 ◦ green 82 ◦ blue 189

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

Shades of Denim #0552BD

Tints of Denim #0552BD

RGB

 RED value IS 5 (2.34% from 255) = 1.81%

 GREEN value IS 82 (32.42% from 255) = 29.71%

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

R = 1.81%
G = 29.71%
B = 68.48%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0552BD (or 0x0552BD) is known color: Denim. HEX triplet: 05, 52 and BD. RGB value is (5,82,189). Sum of RGB (Red+Green+Blue) = 5+82+189=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #0552BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0552BD is #FAAD42. Grayscale: #464646. Windows color (decimal): -16428355 or 12407301. OLE color: 12407301.

HSL color Cylindrical-coordinate representation of color #0552BD: hue angle of 214.89º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0552BD is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 82 189 -
CMYK 0.97 0.57 0 0.26
HSL 214.89º 0.95% 0.38% -
HSV(B) 214.89º 0.97% 0.74% -
XYZ 12.27 9.74 49.38 -
YUV 71.18 194.49 80.8 -
System Red Green Blue C M Y K H S L
Decimal 5 82 189 0.97 0.57 0 0.26 214.89 0.95 0.38
Hex 5 52 BD 61 39 0 1A D7 5F 26
Octal 5 122 275 141 71 0 32 327 137 46
Binary 101 1010010 10111101 1100001 111001 0 11010 11010111 1011111 100110

Color Harmonies of #0552BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0552BD

Black with #0552BD

Text Example


Text Example

White with #0552BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,82,189); }

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

background-color css

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

 a { background-color: rgb(5,82,189); }

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

border-color css

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

 span { border-color: rgb(5,82,189); }

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