Html Css Color HEX #58ABCB Viking

📋 copy color: '#58ABCB'

red 88 ◦ green 171 ◦ blue 203

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

Shades of Viking #58ABCB

Tints of Viking #58ABCB

RGB

 RED value IS 88 (34.77% from 255) = 19.05%

 GREEN value IS 171 (67.19% from 255) = 37.01%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 19.05%
G = 37.01%
B = 43.94%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#58ABCB (or 0x58ABCB) is known color: Viking. HEX triplet: 58, AB and CB. RGB value is (88,171,203). Sum of RGB (Red+Green+Blue) = 88+171+203=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #58ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABCB is #A75434. Grayscale: #959595. Windows color (decimal): -10966069 or 13347672. OLE color: 13347672.

HSL color Cylindrical-coordinate representation of color #58ABCB: hue angle of 196.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58ABCB is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 171 203 -
CMYK 0.57 0.16 0 0.20
HSL 196.7º 0.53% 0.57% -
HSV(B) 196.7º 0.57% 0.8% -
XYZ 29.37 35.51 61.81 -
YUV 149.83 158 83.9 -
System Red Green Blue C M Y K H S L
Decimal 88 171 203 0.57 0.16 0 0.20 196.7 0.53 0.57
Hex 58 AB CB 39 10 0 14 C5 35 39
Octal 130 253 313 71 20 0 24 305 65 71
Binary 1011000 10101011 11001011 111001 10000 0 10100 11000101 110101 111001

Color Harmonies of #58ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ABCB

Black with #58ABCB

Text Example


Text Example

White with #58ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58ABCB; }

 p { color: rgb(88,171,203); }

 H1.HeaderClassName
 {
   color: #58ABCB;
 }
 .AnyTagClassName
 {
   color: #58ABCB;
 }
</style>

background-color css

<style>
 a { background-color: #58ABCB; }

 a { background-color: rgb(88,171,203); }

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

border-color css

<style>
 span { border-color: #58ABCB; }

 span { border-color: rgb(88,171,203); }

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