Html Css Color HEX #58B5CE Viking

📋 copy color: '#58B5CE'

red 88 ◦ green 181 ◦ blue 206

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

Shades of Viking #58B5CE

Tints of Viking #58B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 18.53%
G = 38.11%
B = 43.37%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58B5CE (or 0x58B5CE) is known color: Viking. HEX triplet: 58, B5 and CE. RGB value is (88,181,206). Sum of RGB (Red+Green+Blue) = 88+181+206=475 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.53% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #58B5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B5CE is #A74A31. Grayscale: #9B9B9B. Windows color (decimal): -10963506 or 13546840. OLE color: 13546840.

HSL color Cylindrical-coordinate representation of color #58B5CE: hue angle of 192.71º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58B5CE is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 181 206 -
CMYK 0.57 0.12 0 0.19
HSL 192.71º 0.55% 0.58% -
HSV(B) 192.71º 0.57% 0.81% -
XYZ 31.69 39.58 64.36 -
YUV 156.04 156.19 79.47 -
System Red Green Blue C M Y K H S L
Decimal 88 181 206 0.57 0.12 0 0.19 192.71 0.55 0.58
Hex 58 B5 CE 39 C 0 13 C1 37 3A
Octal 130 265 316 71 14 0 23 301 67 72
Binary 1011000 10110101 11001110 111001 1100 0 10011 11000001 110111 111010

Color Harmonies of #58B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B5CE

Black with #58B5CE

Text Example


Text Example

White with #58B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,181,206); }

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

background-color css

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

 a { background-color: rgb(88,181,206); }

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

border-color css

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

 span { border-color: rgb(88,181,206); }

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