Html Css Color HEX #58ADBD Viking

📋 copy color: '#58ADBD'

red 88 ◦ green 173 ◦ blue 189

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

Shades of Viking #58ADBD

Tints of Viking #58ADBD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.44%

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

R = 19.56%
G = 38.44%
B = 42%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#58ADBD (or 0x58ADBD) is known color: Viking. HEX triplet: 58, AD and BD. RGB value is (88,173,189). Sum of RGB (Red+Green+Blue) = 88+173+189=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #58ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADBD is #A75242. Grayscale: #959595. Windows color (decimal): -10965571 or 12430680. OLE color: 12430680.

HSL color Cylindrical-coordinate representation of color #58ADBD: hue angle of 189.5º 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 #58ADBD is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 173 189 -
CMYK 0.53 0.08 0 0.26
HSL 189.5º 0.43% 0.54% -
HSV(B) 189.5º 0.53% 0.74% -
XYZ 28.15 35.64 53.54 -
YUV 149.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 88 173 189 0.53 0.08 0 0.26 189.5 0.43 0.54
Hex 58 AD BD 35 8 0 1A BE 2B 36
Octal 130 255 275 65 10 0 32 276 53 66
Binary 1011000 10101101 10111101 110101 1000 0 11010 10111110 101011 110110

Color Harmonies of #58ADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADBD

Black with #58ADBD

Text Example


Text Example

White with #58ADBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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