Html Css Color HEX #58ABBD Viking

📋 copy color: '#58ABBD'

red 88 ◦ green 171 ◦ blue 189

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

Shades of Viking #58ABBD

Tints of Viking #58ABBD

RGB

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

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

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

R = 19.64%
G = 38.17%
B = 42.19%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#58ABBD (or 0x58ABBD) is known color: Viking. HEX triplet: 58, AB and BD. RGB value is (88,171,189). Sum of RGB (Red+Green+Blue) = 88+171+189=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #58ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABBD is #A75442. Grayscale: #949494. Windows color (decimal): -10966083 or 12430168. OLE color: 12430168.

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

Color convert

RGB 88 171 189 -
CMYK 0.53 0.10 0 0.26
HSL 190.69º 0.43% 0.54% -
HSV(B) 190.69º 0.53% 0.74% -
XYZ 27.77 34.87 53.41 -
YUV 148.24 151 85.04 -
System Red Green Blue C M Y K H S L
Decimal 88 171 189 0.53 0.10 0 0.26 190.69 0.43 0.54
Hex 58 AB BD 35 A 0 1A BF 2B 36
Octal 130 253 275 65 12 0 32 277 53 66
Binary 1011000 10101011 10111101 110101 1010 0 11010 10111111 101011 110110

Color Harmonies of #58ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ABBD

Black with #58ABBD

Text Example


Text Example

White with #58ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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