Html Css Color HEX #58B0C9 Viking

📋 copy color: '#58B0C9'

red 88 ◦ green 176 ◦ blue 201

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

Shades of Viking #58B0C9

Tints of Viking #58B0C9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.85%

 BLUE value IS 201 (78.91% from 255) = 43.23%

R = 18.92%
G = 37.85%
B = 43.23%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#58B0C9 (or 0x58B0C9) is known color: Viking. HEX triplet: 58, B0 and C9. RGB value is (88,176,201). Sum of RGB (Red+Green+Blue) = 88+176+201=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #58B0C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B0C9 is #A74F36. Grayscale: #989898. Windows color (decimal): -10964791 or 13217880. OLE color: 13217880.

HSL color Cylindrical-coordinate representation of color #58B0C9: hue angle of 193.27º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58B0C9 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 176 201 -
CMYK 0.56 0.12 0 0.21
HSL 193.27º 0.51% 0.57% -
HSV(B) 193.27º 0.56% 0.79% -
XYZ 30.09 37.34 60.88 -
YUV 152.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 88 176 201 0.56 0.12 0 0.21 193.27 0.51 0.57
Hex 58 B0 C9 38 C 0 15 C1 33 39
Octal 130 260 311 70 14 0 25 301 63 71
Binary 1011000 10110000 11001001 111000 1100 0 10101 11000001 110011 111001

Color Harmonies of #58B0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B0C9

Black with #58B0C9

Text Example


Text Example

White with #58B0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,176,201); }

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

background-color css

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

 a { background-color: rgb(88,176,201); }

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

border-color css

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

 span { border-color: rgb(88,176,201); }

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