Html Css Color HEX #055ABC Denim

📋 copy color: '#055ABC'

red 5 ◦ green 90 ◦ blue 188

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

Shades of Denim #055ABC

Tints of Denim #055ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 1.77%
G = 31.8%
B = 66.43%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#055ABC (or 0x055ABC) is known color: Denim. HEX triplet: 05, 5A and BC. RGB value is (5,90,188). Sum of RGB (Red+Green+Blue) = 5+90+188=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #055ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ABC is #FAA543. Grayscale: #4B4B4B. Windows color (decimal): -16426308 or 12343813. OLE color: 12343813.

HSL color Cylindrical-coordinate representation of color #055ABC: hue angle of 212.13º 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 #055ABC is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 90 188 -
CMYK 0.97 0.52 0 0.26
HSL 212.13º 0.95% 0.38% -
HSV(B) 212.13º 0.97% 0.74% -
XYZ 12.8 10.98 49.02 -
YUV 75.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 5 90 188 0.97 0.52 0 0.26 212.13 0.95 0.38
Hex 5 5A BC 61 34 0 1A D4 5F 26
Octal 5 132 274 141 64 0 32 324 137 46
Binary 101 1011010 10111100 1100001 110100 0 11010 11010100 1011111 100110

Color Harmonies of #055ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055ABC

Black with #055ABC

Text Example


Text Example

White with #055ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055ABC; }

 p { color: rgb(5,90,188); }

 H1.HeaderClassName
 {
   color: #055ABC;
 }
 .AnyTagClassName
 {
   color: #055ABC;
 }
</style>

background-color css

<style>
 a { background-color: #055ABC; }

 a { background-color: rgb(5,90,188); }

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

border-color css

<style>
 span { border-color: #055ABC; }

 span { border-color: rgb(5,90,188); }

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