Html Css Color HEX #58B1D1 Viking

📋 copy color: '#58B1D1'

red 88 ◦ green 177 ◦ blue 209

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

Shades of Viking #58B1D1

Tints of Viking #58B1D1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.34%

 BLUE value IS 209 (82.03% from 255) = 44.09%

R = 18.57%
G = 37.34%
B = 44.09%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#58B1D1 (or 0x58B1D1) is known color: Viking. HEX triplet: 58, B1 and D1. RGB value is (88,177,209). Sum of RGB (Red+Green+Blue) = 88+177+209=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 209 - color contains mainly: blue. Hex color #58B1D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B1D1 is #A74E2E. Grayscale: #999999. Windows color (decimal): -10964527 or 13742424. OLE color: 13742424.

HSL color Cylindrical-coordinate representation of color #58B1D1: hue angle of 195.87º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58B1D1 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 177 209 -
CMYK 0.58 0.15 0 0.18
HSL 195.87º 0.57% 0.58% -
HSV(B) 195.87º 0.58% 0.82% -
XYZ 31.26 38.12 66.03 -
YUV 154.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 88 177 209 0.58 0.15 0 0.18 195.87 0.57 0.58
Hex 58 B1 D1 3A F 0 12 C4 39 3A
Octal 130 261 321 72 17 0 22 304 71 72
Binary 1011000 10110001 11010001 111010 1111 0 10010 11000100 111001 111010

Color Harmonies of #58B1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B1D1

Black with #58B1D1

Text Example


Text Example

White with #58B1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,177,209); }

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

background-color css

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

 a { background-color: rgb(88,177,209); }

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

border-color css

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

 span { border-color: rgb(88,177,209); }

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